home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 9043 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: winternet.com!news
  2. From: Jacob Glozman <jacobg@winternet.com>
  3. Newsgroups: comp.lang.c++
  4. Subject: Advice needed!
  5. Date: Tue, 27 Feb 1996 23:39:55 -0700
  6. Organization: StarNet Communications, Inc
  7. Message-ID: <3133F8BB.173@winternet.com>
  8. NNTP-Posting-Host: ppp-66-26.dialup.winternet.com
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 2.0GoldB1 (Win95; I)
  13.  
  14. Hi!
  15.  
  16. I am trying to resolve tricky situation. I have to write some specialized class library. This 
  17. library must be portable across all major C++ platforms:UNIXs and Windows. That is why I can not 
  18. use any compiler specific class libraries( like MFC for example ). On the other hand I am not in 
  19. the mood( and my boss much less then me ) of writing some virtually standard C++ classes, like 
  20. "string", "link list", etc. So I have turned to 3rd party C++ libraries, particularly RogueVawe 
  21. Tools.h++. And here I have found out "catch22". You can use their classes as long as you do not 
  22. expose them to your users. That is fine if you are writing application, but not acceptable for 
  23. writing application class library.
  24.  
  25. That is why I am asking if anybody has already been in the similar situation and how to deal with 
  26. it? Does anybody know any good, royalty free, widely ported C++ class library?
  27.  
  28. Any advice and info would be greatly appreciated.
  29.  
  30. Regards,
  31.     Jacob
  32.  
  33. jacobg@winternet.com
  34.